From 76108bc3da813a76c04d48247da4cc5c1d410d91 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 9 Feb 2004 21:58:26 +0000 Subject: [PATCH] Request GTK_FILE_INFO_ALL from the file system model, so that arbitrary 2004-02-09 Federico Mena Quintero * gtk/gtkfilechooserdefault.c (set_list_model): Request GTK_FILE_INFO_ALL from the file system model, so that arbitrary filtering will work. Perhaps we should have a way of aggregating info types to the model as filters get installed. --- ChangeLog | 7 +++++++ ChangeLog.pre-2-10 | 7 +++++++ ChangeLog.pre-2-4 | 7 +++++++ ChangeLog.pre-2-6 | 7 +++++++ ChangeLog.pre-2-8 | 7 +++++++ gtk/gtkfilechooserdefault.c | 8 +------- 6 files changed, 36 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4001085c9b..5c01bd20a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-02-09 Federico Mena Quintero + + * gtk/gtkfilechooserdefault.c (set_list_model): Request + GTK_FILE_INFO_ALL from the file system model, so that arbitrary + filtering will work. Perhaps we should have a way of aggregating + info types to the model as filters get installed. + Mon Feb 9 22:22:19 2004 Matthias Clasen * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4001085c9b..5c01bd20a6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2004-02-09 Federico Mena Quintero + + * gtk/gtkfilechooserdefault.c (set_list_model): Request + GTK_FILE_INFO_ALL from the file system model, so that arbitrary + filtering will work. Perhaps we should have a way of aggregating + info types to the model as filters get installed. + Mon Feb 9 22:22:19 2004 Matthias Clasen * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 4001085c9b..5c01bd20a6 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +2004-02-09 Federico Mena Quintero + + * gtk/gtkfilechooserdefault.c (set_list_model): Request + GTK_FILE_INFO_ALL from the file system model, so that arbitrary + filtering will work. Perhaps we should have a way of aggregating + info types to the model as filters get installed. + Mon Feb 9 22:22:19 2004 Matthias Clasen * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 4001085c9b..5c01bd20a6 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +2004-02-09 Federico Mena Quintero + + * gtk/gtkfilechooserdefault.c (set_list_model): Request + GTK_FILE_INFO_ALL from the file system model, so that arbitrary + filtering will work. Perhaps we should have a way of aggregating + info types to the model as filters get installed. + Mon Feb 9 22:22:19 2004 Matthias Clasen * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4001085c9b..5c01bd20a6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2004-02-09 Federico Mena Quintero + + * gtk/gtkfilechooserdefault.c (set_list_model): Request + GTK_FILE_INFO_ALL from the file system model, so that arbitrary + filtering will work. Perhaps we should have a way of aggregating + info types to the model as filters get installed. + Mon Feb 9 22:22:19 2004 Matthias Clasen * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index 487e15b35b..7d742f6d49 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -2027,13 +2027,7 @@ set_list_model (GtkFileChooserDefault *impl) impl->list_model = _gtk_file_system_model_new (impl->file_system, impl->current_folder, 0, -#if 0 - GTK_FILE_INFO_ICON | -#endif - GTK_FILE_INFO_DISPLAY_NAME | - GTK_FILE_INFO_IS_FOLDER | - GTK_FILE_INFO_SIZE | - GTK_FILE_INFO_MODIFICATION_TIME); + GTK_FILE_INFO_ALL); _gtk_file_system_model_set_show_hidden (impl->list_model, impl->show_hidden); install_list_model_filter (impl); -- 2.30.2